home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / allfiles / move / move.dir / 00003.ls < prev    next >
Encoding:
Text File  |  1999-03-05  |  162 b   |  9 lines

  1. on exitFrame
  2.   if rollOver(20) then
  3.     set the member of sprite 14 to "entryroll"
  4.   else
  5.     set the member of sprite 14 to "entry"
  6.   end if
  7.   go(the frame)
  8. end
  9.